President information by Id
GET
/api/v1/President/{id}
This endpoint returns the information for the president with the provided id
Parameters
Path Parameters
id*
Typeinteger
RequiredExample
1Format
"int32"Responses
Success
application/json
JSON
{
"id": 0,
"image": "string",
"name": "string",
"lastName": "string",
"startPeriodDate": "string",
"endPeriodDate": "string",
"politicalParty": "string",
"description": "string",
"cityId": 0,
"city": "[Circular Reference]"
}